home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / Grant's CGI Framework / Grant's CGI Framework / grantscgi / Interface / PrefDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-20  |  535 b   |  31 lines

  1. #pragma once
  2. /*****
  3.  *
  4.  *    PrefDialog.h
  5.  *
  6.  *    This is a support file for "Grant's CGI Framework".
  7.  *    Please see the license agreement that accompanies the distribution package
  8.  *    for licensing details.
  9.  *
  10.  *    Copyright ©1996 by Grant Neufeld
  11.  *    grant@acm.com
  12.  *    http://arpp.carleton.ca/cgi/framework/
  13.  *
  14.  *****/
  15.  
  16. #if kCompileWithPreferencesDialog
  17.  
  18. /***  CONSTANT DECLARATIONS  ***/
  19.  
  20. /***  FUNCTION PROTOTYPES  ***/
  21.  
  22. void    PrefDialog    ( void );
  23.  
  24.  
  25. #else
  26.  
  27. #define PrefDialog()    
  28.  
  29. #endif /* kCompileWithPreferencesDialog */
  30. /*****  EOF  *****/
  31.